home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 151-175 / scopedisk165 / rexxgenlock / readme.doc < prev    next >
Text File  |  1995-03-19  |  3KB  |  61 lines

  1. README.DOC for GENLOCK v1.0
  2.  
  3. ************************************************************
  4. * AREXX interface for Digital Creations SuperGen Genlock   *
  5. *   These files allow you to use a simple rexx command to  *
  6. *   make your SuperGen do its magic. For example, you      *
  7. *   could type <rx genlock on 63 200 0 200> to make your   *
  8. *   video fade up slow under your graphics, etc. You can   *
  9. *   send the genlock all the commands documented in the    *
  10. *   manual, but the most useful for video work will be ON  *
  11. *   and OFF. Simple, huh? When done, type "genlock quit"   *
  12. *   from the CLI or "rx genlock quit" from Rexx to remove  *
  13. *   the function host from memory. I compiled this without *
  14. *   using detach.o, so it will make your CLI seem to hang  *
  15. *   unless you first RUN GENLOCK (since it must be running *
  16. *   before you can send rexx commands to it). If you do    *
  17. *   forget that, just open another CLI or SHELL and type   *
  18. *   the quit command and your frozen CLI will revive. Well *
  19. *   enough jabber; there is lots more documentation in the *
  20. *   genlock.c file, and 'complete' documentation in the    *
  21. *   rexx script file genlock.rexx, so have at it! As usual *
  22. *   make note that this program is 'freeware', but in      *
  23. *   exchange I want lots of kudos, love, friendly gestures *
  24. *   and other positive sorts of goodies, like credit where *
  25. *   credit is due, etc. Oh, thanks go to Radical Eye for   *
  26. *   the handy rexx interface code. That made things pretty *
  27. *   easy for me.                                           *
  28. ************************************************************
  29.  
  30. Program by Bob Dickow
  31.            October 7, 1990
  32.            (208-882-9117)
  33.            (bitnet dickow@idui1)
  34.  
  35.            (I'm situated in Moscow, Idaho, if you want to know!)
  36.  
  37. This lharc archive should contain the following files:
  38.  
  39. genlock        - executable command host.
  40.                  ...put this in your c: directory perhaps.
  41. genlock.c      - source code for the above.
  42.                  ...stash this or put it with your C Source code.
  43. genlock.rexx   - rexx script to interface to 'genlock'
  44.                  ...put this in your rexx: directory perhaps.
  45. minrexx.c      - an include file.
  46.                  ...put in same directory as genlock.c
  47. minrexx.h      - header for above include file.
  48.                  ...ditto.
  49. rexxglue.o     - important rexx interface stuff.
  50.                  ...ditto.
  51. README.DOC     - the file you are now reading.
  52.                  ...read, memorize, delete...
  53.  
  54. N.B. You will actually need some other stuff to recompile this program,
  55.    such as the genlock libraries, etc., plus you will need AREXX to use
  56.    this material. Of course, if you own SuperGen, then you will have the
  57.    files you need. If you don't own AREXX, well, that is not comprehensible.
  58.  
  59. --------------------------------------------------------------------
  60.  
  61.